From 97b8f27d5e6a67da64d1ae0bdfc9b851a9138313 Mon Sep 17 00:00:00 2001 From: Gino Canessa Date: Thu, 5 Sep 2024 16:14:44 -0500 Subject: [PATCH] Update OpenApi Filtered JSON. --- ...penApi-R4-Inline-None-Candle-Filtered.json | 1478 ++++++++--------- 1 file changed, 739 insertions(+), 739 deletions(-) diff --git a/src/Microsoft.Health.Fhir.CodeGen.Tests/TestData/Generated/OpenApi-R4-Inline-None-Candle-Filtered.json b/src/Microsoft.Health.Fhir.CodeGen.Tests/TestData/Generated/OpenApi-R4-Inline-None-Candle-Filtered.json index 896a0d537..1fa1701e3 100644 --- a/src/Microsoft.Health.Fhir.CodeGen.Tests/TestData/Generated/OpenApi-R4-Inline-None-Candle-Filtered.json +++ b/src/Microsoft.Health.Fhir.CodeGen.Tests/TestData/Generated/OpenApi-R4-Inline-None-Candle-Filtered.json @@ -40,15 +40,91 @@ } } }, - "/Observation": { - "post": { + "/Observation/{logical_id}": { + "get": { "tags": [ "Observation" ], - "summary": "create: Create a new Observation instance", - "operationId": "CreateObservation", + "summary": "read: Read a FHIR Observation", + "operationId": "ReadObservation", + "parameters": [ + { + "$ref": "#/components/parameters/logical_id" + }, + { + "$ref": "#/components/parameters/_elements" + }, + { + "$ref": "#/components/parameters/_summary" + } + ], + "responses": { + "200": { + "description": "OK", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "404": { + "description": "NOT FOUND", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "410": { + "description": "GONE", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + } + } + }, + "put": { + "tags": [ + "Observation" + ], + "summary": "update,create: Update or Create a Observation instance", + "operationId": "UpdateOrCreateObservation", + "parameters": [ + { + "$ref": "#/components/parameters/logical_id" + } + ], "requestBody": { - "description": "A FHIR Observation", + "description": "An updated FHIR Observation", "content": { "application/fhir+json": { "schema": { @@ -204,6 +280,124 @@ } } }, + "delete": { + "tags": [ + "Observation" + ], + "summary": "delete: Perform a logical delete on a Observation instance", + "operationId": "DeleteObservation", + "parameters": [ + { + "$ref": "#/components/parameters/logical_id" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "202": { + "description": "ACCEPTED" + }, + "204": { + "description": "NO CONTENT" + }, + "400": { + "description": "BAD REQUEST", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "401": { + "description": "NOT AUTHORIZED", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "404": { + "description": "NOT FOUND", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "405": { + "description": "METHOD NOT ALLOWED", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "409": { + "description": "CONFLICT", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + } + } + }, + "parameters": [ + { + "$ref": "#/components/parameters/_format" + }, + { + "$ref": "#/components/parameters/_pretty" + } + ] + }, + "/Observation": { "get": { "tags": [ "Observation" @@ -286,9 +480,6 @@ { "$ref": "#/components/parameters/category" }, - { - "$ref": "#/components/parameters/code" - }, { "$ref": "#/components/parameters/code-value-concept" }, @@ -302,7 +493,7 @@ "$ref": "#/components/parameters/code-value-string" }, { - "$ref": "#/components/parameters/combo-code" + "$ref": "#/components/parameters/code" }, { "$ref": "#/components/parameters/combo-code-value-concept" @@ -310,6 +501,9 @@ { "$ref": "#/components/parameters/combo-code-value-quantity" }, + { + "$ref": "#/components/parameters/combo-code" + }, { "$ref": "#/components/parameters/combo-data-absent-reason" }, @@ -319,15 +513,15 @@ { "$ref": "#/components/parameters/combo-value-quantity" }, - { - "$ref": "#/components/parameters/component-code" - }, { "$ref": "#/components/parameters/component-code-value-concept" }, { "$ref": "#/components/parameters/component-code-value-quantity" }, + { + "$ref": "#/components/parameters/component-code" + }, { "$ref": "#/components/parameters/component-data-absent-reason" }, @@ -413,8 +607,8 @@ } } }, - "410": { - "description": "GONE", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -430,8 +624,8 @@ } } }, - "404": { - "description": "NOT FOUND", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -449,208 +643,14 @@ } } }, - "parameters": [ - { - "$ref": "#/components/parameters/_format" - }, - { - "$ref": "#/components/parameters/_pretty" - } - ] - }, - "/Observation/{logical_id}": { - "delete": { + "post": { "tags": [ "Observation" ], - "summary": "delete: Perform a logical delete on a Observation instance", - "operationId": "DeleteObservation", - "parameters": [ - { - "$ref": "#/components/parameters/logical_id" - } - ], - "responses": { - "200": { - "description": "OK" - }, - "202": { - "description": "ACCEPTED" - }, - "204": { - "description": "NO CONTENT" - }, - "400": { - "description": "BAD REQUEST", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "401": { - "description": "NOT AUTHORIZED", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "404": { - "description": "NOT FOUND", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "405": { - "description": "METHOD NOT ALLOWED", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "409": { - "description": "CONFLICT", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - } - } - }, - "get": { - "tags": [ - "Observation" - ], - "summary": "read: Read a FHIR Observation", - "operationId": "ReadObservation", - "parameters": [ - { - "$ref": "#/components/parameters/logical_id" - }, - { - "$ref": "#/components/parameters/_elements" - }, - { - "$ref": "#/components/parameters/_summary" - } - ], - "responses": { - "200": { - "description": "OK", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "410": { - "description": "GONE", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "404": { - "description": "NOT FOUND", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - } - } - }, - "put": { - "tags": [ - "Observation" - ], - "summary": "update,create: Update or Create a Observation instance", - "operationId": "UpdateOrCreateObservation", - "parameters": [ - { - "$ref": "#/components/parameters/logical_id" - } - ], + "summary": "create: Create a new Observation instance", + "operationId": "CreateObservation", "requestBody": { - "description": "An updated FHIR Observation", + "description": "A FHIR Observation", "content": { "application/fhir+json": { "schema": { @@ -929,10 +929,6 @@ "title": "category", "type": "string" }, - "code": { - "title": "code", - "type": "string" - }, "code-value-concept": { "title": "code-value-concept", "type": "string" @@ -949,8 +945,8 @@ "title": "code-value-string", "type": "string" }, - "combo-code": { - "title": "combo-code", + "code": { + "title": "code", "type": "string" }, "combo-code-value-concept": { @@ -961,6 +957,10 @@ "title": "combo-code-value-quantity", "type": "string" }, + "combo-code": { + "title": "combo-code", + "type": "string" + }, "combo-data-absent-reason": { "title": "combo-data-absent-reason", "type": "string" @@ -973,10 +973,6 @@ "title": "combo-value-quantity", "type": "string" }, - "component-code": { - "title": "component-code", - "type": "string" - }, "component-code-value-concept": { "title": "component-code-value-concept", "type": "string" @@ -985,6 +981,10 @@ "title": "component-code-value-quantity", "type": "string" }, + "component-code": { + "title": "component-code", + "type": "string" + }, "component-data-absent-reason": { "title": "component-data-absent-reason", "type": "string" @@ -1097,8 +1097,8 @@ } } }, - "410": { - "description": "GONE", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -1114,8 +1114,8 @@ } } }, - "404": { - "description": "NOT FOUND", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -1142,31 +1142,24 @@ } ] }, - "/Patient": { - "post": { + "/Patient/{logical_id}": { + "get": { "tags": [ "Patient" ], - "summary": "create: Create a new Patient instance", - "operationId": "CreatePatient", - "requestBody": { - "description": "A FHIR Patient", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } + "summary": "read: Read a FHIR Patient", + "operationId": "ReadPatient", + "parameters": [ + { + "$ref": "#/components/parameters/logical_id" }, - "required": true - }, + { + "$ref": "#/components/parameters/_elements" + }, + { + "$ref": "#/components/parameters/_summary" + } + ], "responses": { "200": { "description": "OK", @@ -1185,8 +1178,8 @@ } } }, - "400": { - "description": "BAD REQUEST", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -1202,8 +1195,8 @@ } } }, - "401": { - "description": "NOT AUTHORIZED", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -1218,19 +1211,102 @@ } } } - }, - "404": { - "description": "NOT FOUND", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", + } + } + }, + "put": { + "tags": [ + "Patient" + ], + "summary": "update,create: Update or Create a Patient instance", + "operationId": "UpdateOrCreatePatient", + "parameters": [ + { + "$ref": "#/components/parameters/logical_id" + } + ], + "requestBody": { + "description": "An updated FHIR Patient", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "400": { + "description": "BAD REQUEST", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "401": { + "description": "NOT AUTHORIZED", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "404": { + "description": "NOT FOUND", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", "description": "A FHIR Resource" } } @@ -1306,6 +1382,124 @@ } } }, + "delete": { + "tags": [ + "Patient" + ], + "summary": "delete: Perform a logical delete on a Patient instance", + "operationId": "DeletePatient", + "parameters": [ + { + "$ref": "#/components/parameters/logical_id" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "202": { + "description": "ACCEPTED" + }, + "204": { + "description": "NO CONTENT" + }, + "400": { + "description": "BAD REQUEST", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "401": { + "description": "NOT AUTHORIZED", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "404": { + "description": "NOT FOUND", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "405": { + "description": "METHOD NOT ALLOWED", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + }, + "409": { + "description": "CONFLICT", + "content": { + "application/fhir+json": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + }, + "application/fhir+xml": { + "schema": { + "type": "object", + "description": "A FHIR Resource" + } + } + } + } + } + }, + "parameters": [ + { + "$ref": "#/components/parameters/_format" + }, + { + "$ref": "#/components/parameters/_pretty" + } + ] + }, + "/Patient": { "get": { "tags": [ "Patient" @@ -1385,9 +1579,6 @@ { "$ref": "#/components/parameters/active" }, - { - "$ref": "#/components/parameters/address" - }, { "$ref": "#/components/parameters/address-city" }, @@ -1403,6 +1594,9 @@ { "$ref": "#/components/parameters/address-use" }, + { + "$ref": "#/components/parameters/address" + }, { "$ref": "#/components/parameters/birthdate" }, @@ -1470,8 +1664,8 @@ } } }, - "410": { - "description": "GONE", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -1487,8 +1681,8 @@ } } }, - "404": { - "description": "NOT FOUND", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -1506,208 +1700,14 @@ } } }, - "parameters": [ - { - "$ref": "#/components/parameters/_format" - }, - { - "$ref": "#/components/parameters/_pretty" - } - ] - }, - "/Patient/{logical_id}": { - "delete": { + "post": { "tags": [ "Patient" ], - "summary": "delete: Perform a logical delete on a Patient instance", - "operationId": "DeletePatient", - "parameters": [ - { - "$ref": "#/components/parameters/logical_id" - } - ], - "responses": { - "200": { - "description": "OK" - }, - "202": { - "description": "ACCEPTED" - }, - "204": { - "description": "NO CONTENT" - }, - "400": { - "description": "BAD REQUEST", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "401": { - "description": "NOT AUTHORIZED", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "404": { - "description": "NOT FOUND", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "405": { - "description": "METHOD NOT ALLOWED", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "409": { - "description": "CONFLICT", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - } - } - }, - "get": { - "tags": [ - "Patient" - ], - "summary": "read: Read a FHIR Patient", - "operationId": "ReadPatient", - "parameters": [ - { - "$ref": "#/components/parameters/logical_id" - }, - { - "$ref": "#/components/parameters/_elements" - }, - { - "$ref": "#/components/parameters/_summary" - } - ], - "responses": { - "200": { - "description": "OK", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "410": { - "description": "GONE", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - }, - "404": { - "description": "NOT FOUND", - "content": { - "application/fhir+json": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - }, - "application/fhir+xml": { - "schema": { - "type": "object", - "description": "A FHIR Resource" - } - } - } - } - } - }, - "put": { - "tags": [ - "Patient" - ], - "summary": "update,create: Update or Create a Patient instance", - "operationId": "UpdateOrCreatePatient", - "parameters": [ - { - "$ref": "#/components/parameters/logical_id" - } - ], + "summary": "create: Create a new Patient instance", + "operationId": "CreatePatient", "requestBody": { - "description": "An updated FHIR Patient", + "description": "A FHIR Patient", "content": { "application/fhir+json": { "schema": { @@ -1982,10 +1982,6 @@ "title": "active", "type": "string" }, - "address": { - "title": "address", - "type": "string" - }, "address-city": { "title": "address-city", "type": "string" @@ -2006,6 +2002,10 @@ "title": "address-use", "type": "string" }, + "address": { + "title": "address", + "type": "string" + }, "birthdate": { "title": "birthdate", "type": "string" @@ -2094,8 +2094,8 @@ } } }, - "410": { - "description": "GONE", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -2111,8 +2111,8 @@ } } }, - "404": { - "description": "NOT FOUND", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -2235,8 +2235,8 @@ } } }, - "410": { - "description": "GONE", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -2252,8 +2252,8 @@ } } }, - "404": { - "description": "NOT FOUND", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -2573,8 +2573,8 @@ } } }, - "410": { - "description": "GONE", + "404": { + "description": "NOT FOUND", "content": { "application/fhir+json": { "schema": { @@ -2590,8 +2590,8 @@ } } }, - "404": { - "description": "NOT FOUND", + "410": { + "description": "GONE", "content": { "application/fhir+json": { "schema": { @@ -2839,674 +2839,674 @@ "type": "string" } }, - "composition": { - "name": "composition", + "active": { + "name": "active", "in": "query", - "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", + "description": "Whether the patient record is active", "schema": { "type": "string" } }, - "identifier": { - "name": "identifier", + "address": { + "name": "address", "in": "query", - "description": "Persistent identifier for the bundle", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/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](http://hl7.org/fhir/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](http://hl7.org/fhir/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](http://hl7.org/fhir/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", "schema": { "type": "string" } }, - "message": { - "name": "message", + "address-city": { + "name": "address-city", "in": "query", - "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", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A city specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A city specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A city specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A city specified in an address", "schema": { "type": "string" } }, - "timestamp": { - "name": "timestamp", + "address-country": { + "name": "address-country", "in": "query", - "description": "When the bundle was assembled", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A country specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A country specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A country specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A country specified in an address", "schema": { "type": "string" } }, - "type": { - "name": "type", + "address-postalcode": { + "name": "address-postalcode", "in": "query", - "description": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A postalCode specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A postal code specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A postal code specified in an address", "schema": { "type": "string" } }, - "context": { - "name": "context", + "address-state": { + "name": "address-state", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A use context assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A use context assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A use context assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A use context assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A use context assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A use context assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A use context assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A use context assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A use context assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A use context assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A use context assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A use context assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A use context assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A use context assigned to the value set", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A state specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A state specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A state specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A state specified in an address", "schema": { "type": "string" } }, - "context-quantity": { - "name": "context-quantity", + "address-use": { + "name": "address-use", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A quantity- or range-valued use context assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A quantity- or range-valued use context assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A quantity- or range-valued use context assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A quantity- or range-valued use context assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A quantity- or range-valued use context assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A quantity- or range-valued use context assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A quantity- or range-valued use context assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A quantity- or range-valued use context assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A quantity- or range-valued use context assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A quantity- or range-valued use context assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A quantity- or range-valued use context assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A quantity- or range-valued use context assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A quantity- or range-valued use context assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A quantity- or range-valued use context assigned to the value set", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A use code specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A use code specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A use code specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A use code specified in an address", "schema": { "type": "string" } }, - "context-type": { - "name": "context-type", + "based-on": { + "name": "based-on", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A type of use context assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A type of use context assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A type of use context assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A type of use context assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A type of use context assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A type of use context assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A type of use context assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A type of use context assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A type of use context assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A type of use context assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A type of use context assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A type of use context assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A type of use context assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A type of use context assigned to the value set", + "description": "Reference to the service request.", "schema": { "type": "string" } }, - "context-type-quantity": { - "name": "context-type-quantity", + "birthdate": { + "name": "birthdate", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A use context type and quantity- or range-based value assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A use context type and quantity- or range-based value assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A use context type and quantity- or range-based value assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A use context type and quantity- or range-based value assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A use context type and quantity- or range-based value assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A use context type and quantity- or range-based value assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A use context type and quantity- or range-based value assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A use context type and quantity- or range-based value assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A use context type and quantity- or range-based value assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A use context type and quantity- or range-based value assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A use context type and quantity- or range-based value assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A use context type and quantity- or range-based value assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A use context type and quantity- or range-based value assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A use context type and quantity- or range-based value assigned to the value set", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): The patient's date of birth\r\n* [Person](http://hl7.org/fhir/person.html): The person's date of birth\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): The Related Person's date of birth", "schema": { "type": "string" } }, - "context-type-value": { - "name": "context-type-value", + "category": { + "name": "category", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A use context type and value assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A use context type and value assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A use context type and value assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A use context type and value assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A use context type and value assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A use context type and value assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A use context type and value assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A use context type and value assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A use context type and value assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A use context type and value assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A use context type and value assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A use context type and value assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A use context type and value assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A use context type and value assigned to the value set", + "description": "The classification of the type of observation", "schema": { "type": "string" } }, - "date": { - "name": "date", + "code": { + "name": "code", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The capability statement publication date\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The code system publication date\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The compartment definition publication date\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The concept map publication date\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The graph definition publication date\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The implementation guide publication date\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The message definition publication date\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): The naming system publication date\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The operation definition publication date\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The search parameter publication date\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The structure definition publication date\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The structure map publication date\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The terminology capabilities publication date\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The value set publication date", + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](http://hl7.org/fhir/allergyintolerance.html): Code that identifies the allergy or intolerance\r\n* [Condition](http://hl7.org/fhir/condition.html): Code for the condition\r\n* [DeviceRequest](http://hl7.org/fhir/devicerequest.html): Code for what is being requested/ordered\r\n* [DiagnosticReport](http://hl7.org/fhir/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](http://hl7.org/fhir/familymemberhistory.html): A search by a condition code\r\n* [List](http://hl7.org/fhir/list.html): What the purpose of this list is\r\n* [Medication](http://hl7.org/fhir/medication.html): Returns medications for a specific code\r\n* [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): Return administrations of this medication code\r\n* [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): Returns dispenses of this medicine code\r\n* [MedicationRequest](http://hl7.org/fhir/medicationrequest.html): Return prescriptions of this medication code\r\n* [MedicationStatement](http://hl7.org/fhir/medicationstatement.html): Return statements of this medication code\r\n* [Observation](http://hl7.org/fhir/observation.html): The code of the observation type\r\n* [Procedure](http://hl7.org/fhir/procedure.html): A code to identify a procedure\r\n* [ServiceRequest](http://hl7.org/fhir/servicerequest.html): What is being requested/ordered", "schema": { "type": "string" } }, - "description": { - "name": "description", + "code-value-concept": { + "name": "code-value-concept", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The description of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The description of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The description of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The description of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The description of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The description of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The description of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): The description of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The description of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The description of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The description of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The description of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The description of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The description of the value set", + "description": "Code and coded value parameter pair", "schema": { "type": "string" } }, - "fhirversion": { - "name": "fhirversion", + "code-value-date": { + "name": "code-value-date", "in": "query", - "description": "The version of FHIR", + "description": "Code and date/time value parameter pair", "schema": { "type": "string" } }, - "format": { - "name": "format", + "code-value-quantity": { + "name": "code-value-quantity", "in": "query", - "description": "formats supported (xml | json | ttl | mime type)", + "description": "Code and quantity value parameter pair", "schema": { "type": "string" } }, - "guide": { - "name": "guide", + "code-value-string": { + "name": "code-value-string", "in": "query", - "description": "Implementation guides supported", + "description": "Code and string value parameter pair", "schema": { "type": "string" } }, - "jurisdiction": { - "name": "jurisdiction", + "combo-code": { + "name": "combo-code", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): Intended jurisdiction for the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): Intended jurisdiction for the code system\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): Intended jurisdiction for the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): Intended jurisdiction for the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): Intended jurisdiction for the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): Intended jurisdiction for the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): Intended jurisdiction for the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): Intended jurisdiction for the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): Intended jurisdiction for the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): Intended jurisdiction for the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): Intended jurisdiction for the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): Intended jurisdiction for the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): Intended jurisdiction for the value set", + "description": "The code of the observation type or component type", "schema": { "type": "string" } }, - "mode": { - "name": "mode", + "combo-code-value-concept": { + "name": "combo-code-value-concept", "in": "query", - "description": "Mode - restful (server/client) or messaging (sender/receiver)", + "description": "Code and coded value parameter pair, including in components", "schema": { "type": "string" } }, - "name": { - "name": "name", + "combo-code-value-quantity": { + "name": "combo-code-value-quantity", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): Computationally friendly name of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): Computationally friendly name of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): Computationally friendly name of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): Computationally friendly name of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): Computationally friendly name of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): Computationally friendly name of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): Computationally friendly name of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): Computationally friendly name of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): Computationally friendly name of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): Computationally friendly name of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): Computationally friendly name of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): Computationally friendly name of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): Computationally friendly name of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): Computationally friendly name of the value set", + "description": "Code and quantity value parameter pair, including in components", "schema": { "type": "string" } }, - "publisher": { - "name": "publisher", + "combo-data-absent-reason": { + "name": "combo-data-absent-reason", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): Name of the publisher of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): Name of the publisher of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): Name of the publisher of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): Name of the publisher of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): Name of the publisher of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): Name of the publisher of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): Name of the publisher of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): Name of the publisher of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): Name of the publisher of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): Name of the publisher of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): Name of the publisher of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): Name of the publisher of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): Name of the publisher of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): Name of the publisher of the value set", + "description": "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.", "schema": { "type": "string" } }, - "resource": { - "name": "resource", + "combo-value-concept": { + "name": "combo-value-concept", "in": "query", - "description": "Name of a resource mentioned in a capability statement", + "description": "The value or component value of the observation, if the value is a CodeableConcept", "schema": { "type": "string" } }, - "resource-profile": { - "name": "resource-profile", + "combo-value-quantity": { + "name": "combo-value-quantity", "in": "query", - "description": "A profile id invoked in a capability statement", + "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)", "schema": { "type": "string" } }, - "security-service": { - "name": "security-service", + "component-code": { + "name": "component-code", "in": "query", - "description": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", + "description": "The component code of the observation type", "schema": { "type": "string" } }, - "software": { - "name": "software", + "component-code-value-concept": { + "name": "component-code-value-concept", "in": "query", - "description": "Part of the name of a software application", + "description": "Component code and component coded value parameter pair", "schema": { "type": "string" } }, - "status": { - "name": "status", + "component-code-value-quantity": { + "name": "component-code-value-quantity", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The current status of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The current status of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The current status of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The current status of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The current status of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The current status of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The current status of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): The current status of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The current status of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The current status of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The current status of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The current status of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The current status of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The current status of the value set", + "description": "Component code and component quantity value parameter pair", "schema": { "type": "string" } }, - "supported-profile": { - "name": "supported-profile", + "component-data-absent-reason": { + "name": "component-data-absent-reason", "in": "query", - "description": "Profiles for use cases supported", + "description": "The reason why the expected value in the element Observation.component.value[x] is missing.", "schema": { "type": "string" } }, - "title": { - "name": "title", + "component-value-concept": { + "name": "component-value-concept", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The human-friendly name of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The human-friendly name of the code system\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The human-friendly name of the concept map\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The human-friendly name of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The human-friendly name of the message definition\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The human-friendly name of the operation definition\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The human-friendly name of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The human-friendly name of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The human-friendly name of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The human-friendly name of the value set", + "description": "The value of the component observation, if the value is a CodeableConcept", "schema": { "type": "string" } }, - "url": { - "name": "url", + "component-value-quantity": { + "name": "component-value-quantity", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The uri that identifies the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The uri that identifies the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The uri that identifies the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The uri that identifies the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The uri that identifies the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The uri that identifies the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The uri that identifies the message definition\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The uri that identifies the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The uri that identifies the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The uri that identifies the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The uri that identifies the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The uri that identifies the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The uri that identifies the value set", + "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)", "schema": { "type": "string" } }, - "version": { - "name": "version", + "composition": { + "name": "composition", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The business version of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The business version of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The business version of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The business version of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The business version of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The business version of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The business version of the message definition\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The business version of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The business version of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The business version of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The business version of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The business version of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The business version of the value set", + "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", "schema": { "type": "string" } }, - "based-on": { - "name": "based-on", + "context": { + "name": "context", "in": "query", - "description": "Reference to the service request.", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A use context assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A use context assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A use context assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A use context assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A use context assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A use context assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A use context assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A use context assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A use context assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A use context assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A use context assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A use context assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A use context assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A use context assigned to the value set", "schema": { "type": "string" } }, - "category": { - "name": "category", + "context-quantity": { + "name": "context-quantity", "in": "query", - "description": "The classification of the type of observation", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A quantity- or range-valued use context assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A quantity- or range-valued use context assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A quantity- or range-valued use context assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A quantity- or range-valued use context assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A quantity- or range-valued use context assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A quantity- or range-valued use context assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A quantity- or range-valued use context assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A quantity- or range-valued use context assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A quantity- or range-valued use context assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A quantity- or range-valued use context assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A quantity- or range-valued use context assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A quantity- or range-valued use context assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A quantity- or range-valued use context assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A quantity- or range-valued use context assigned to the value set", "schema": { "type": "string" } }, - "code": { - "name": "code", + "context-type": { + "name": "context-type", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](http://hl7.org/fhir/allergyintolerance.html): Code that identifies the allergy or intolerance\r\n* [Condition](http://hl7.org/fhir/condition.html): Code for the condition\r\n* [DeviceRequest](http://hl7.org/fhir/devicerequest.html): Code for what is being requested/ordered\r\n* [DiagnosticReport](http://hl7.org/fhir/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](http://hl7.org/fhir/familymemberhistory.html): A search by a condition code\r\n* [List](http://hl7.org/fhir/list.html): What the purpose of this list is\r\n* [Medication](http://hl7.org/fhir/medication.html): Returns medications for a specific code\r\n* [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): Return administrations of this medication code\r\n* [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): Returns dispenses of this medicine code\r\n* [MedicationRequest](http://hl7.org/fhir/medicationrequest.html): Return prescriptions of this medication code\r\n* [MedicationStatement](http://hl7.org/fhir/medicationstatement.html): Return statements of this medication code\r\n* [Observation](http://hl7.org/fhir/observation.html): The code of the observation type\r\n* [Procedure](http://hl7.org/fhir/procedure.html): A code to identify a procedure\r\n* [ServiceRequest](http://hl7.org/fhir/servicerequest.html): What is being requested/ordered", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A type of use context assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A type of use context assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A type of use context assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A type of use context assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A type of use context assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A type of use context assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A type of use context assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A type of use context assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A type of use context assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A type of use context assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A type of use context assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A type of use context assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A type of use context assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A type of use context assigned to the value set", "schema": { "type": "string" } }, - "code-value-concept": { - "name": "code-value-concept", + "context-type-quantity": { + "name": "context-type-quantity", "in": "query", - "description": "Code and coded value parameter pair", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A use context type and quantity- or range-based value assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A use context type and quantity- or range-based value assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A use context type and quantity- or range-based value assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A use context type and quantity- or range-based value assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A use context type and quantity- or range-based value assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A use context type and quantity- or range-based value assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A use context type and quantity- or range-based value assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A use context type and quantity- or range-based value assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A use context type and quantity- or range-based value assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A use context type and quantity- or range-based value assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A use context type and quantity- or range-based value assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A use context type and quantity- or range-based value assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A use context type and quantity- or range-based value assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A use context type and quantity- or range-based value assigned to the value set", "schema": { "type": "string" } }, - "code-value-date": { - "name": "code-value-date", + "context-type-value": { + "name": "context-type-value", "in": "query", - "description": "Code and date/time value parameter pair", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): A use context type and value assigned to the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): A use context type and value assigned to the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): A use context type and value assigned to the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): A use context type and value assigned to the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): A use context type and value assigned to the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): A use context type and value assigned to the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): A use context type and value assigned to the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): A use context type and value assigned to the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): A use context type and value assigned to the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): A use context type and value assigned to the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): A use context type and value assigned to the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): A use context type and value assigned to the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): A use context type and value assigned to the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): A use context type and value assigned to the value set", "schema": { "type": "string" } }, - "code-value-quantity": { - "name": "code-value-quantity", + "data-absent-reason": { + "name": "data-absent-reason", "in": "query", - "description": "Code and quantity value parameter pair", + "description": "The reason why the expected value in the element Observation.value[x] is missing.", "schema": { "type": "string" } }, - "code-value-string": { - "name": "code-value-string", + "date": { + "name": "date", "in": "query", - "description": "Code and string value parameter pair", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The capability statement publication date\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The code system publication date\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The compartment definition publication date\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The concept map publication date\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The graph definition publication date\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The implementation guide publication date\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The message definition publication date\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): The naming system publication date\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The operation definition publication date\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The search parameter publication date\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The structure definition publication date\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The structure map publication date\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The terminology capabilities publication date\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The value set publication date", "schema": { "type": "string" } }, - "combo-code": { - "name": "combo-code", + "death-date": { + "name": "death-date", "in": "query", - "description": "The code of the observation type or component type", + "description": "The date of death has been provided and satisfies this search value", "schema": { "type": "string" } }, - "combo-code-value-concept": { - "name": "combo-code-value-concept", + "deceased": { + "name": "deceased", "in": "query", - "description": "Code and coded value parameter pair, including in components", + "description": "This patient has been marked as deceased, or as a death date entered", "schema": { "type": "string" } }, - "combo-code-value-quantity": { - "name": "combo-code-value-quantity", + "derived-from": { + "name": "derived-from", "in": "query", - "description": "Code and quantity value parameter pair, including in components", + "description": "Related measurements the observation is made from", "schema": { "type": "string" } }, - "combo-data-absent-reason": { - "name": "combo-data-absent-reason", + "description": { + "name": "description", "in": "query", - "description": "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The description of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The description of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The description of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The description of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The description of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The description of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The description of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): The description of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The description of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The description of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The description of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The description of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The description of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The description of the value set", "schema": { "type": "string" } }, - "combo-value-concept": { - "name": "combo-value-concept", + "device": { + "name": "device", "in": "query", - "description": "The value or component value of the observation, if the value is a CodeableConcept", + "description": "The Device that generated the observation data.", "schema": { "type": "string" } }, - "combo-value-quantity": { - "name": "combo-value-quantity", + "email": { + "name": "email", "in": "query", - "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)", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A value in an email contact\r\n* [Person](http://hl7.org/fhir/person.html): A value in an email contact\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A value in an email contact\r\n* [PractitionerRole](http://hl7.org/fhir/practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A value in an email contact", "schema": { "type": "string" } }, - "component-code": { - "name": "component-code", + "encounter": { + "name": "encounter", "in": "query", - "description": "The component code of the observation type", + "description": "Multiple Resources: \r\n\r\n* [Composition](http://hl7.org/fhir/composition.html): Context of the Composition\r\n* [DeviceRequest](http://hl7.org/fhir/devicerequest.html): Encounter during which request was created\r\n* [DiagnosticReport](http://hl7.org/fhir/diagnosticreport.html): The Encounter when the order was made\r\n* [DocumentReference](http://hl7.org/fhir/documentreference.html): Context of the document content\r\n* [Flag](http://hl7.org/fhir/flag.html): Alert relevant during encounter\r\n* [List](http://hl7.org/fhir/list.html): Context in which list created\r\n* [NutritionOrder](http://hl7.org/fhir/nutritionorder.html): Return nutrition orders with this encounter identifier\r\n* [Observation](http://hl7.org/fhir/observation.html): Encounter related to the observation\r\n* [Procedure](http://hl7.org/fhir/procedure.html): Encounter created as part of\r\n* [RiskAssessment](http://hl7.org/fhir/riskassessment.html): Where was assessment performed?\r\n* [ServiceRequest](http://hl7.org/fhir/servicerequest.html): An encounter in which this request is made\r\n* [VisionPrescription](http://hl7.org/fhir/visionprescription.html): Return prescriptions with this encounter identifier", "schema": { "type": "string" } }, - "component-code-value-concept": { - "name": "component-code-value-concept", + "family": { + "name": "family", "in": "query", - "description": "Component code and component coded value parameter pair", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A portion of the family name of the patient\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A portion of the family name", "schema": { "type": "string" } }, - "component-code-value-quantity": { - "name": "component-code-value-quantity", + "fhirversion": { + "name": "fhirversion", "in": "query", - "description": "Component code and component quantity value parameter pair", + "description": "The version of FHIR", "schema": { "type": "string" } }, - "component-data-absent-reason": { - "name": "component-data-absent-reason", + "focus": { + "name": "focus", "in": "query", - "description": "The reason why the expected value in the element Observation.component.value[x] is missing.", + "description": "The focus of an observation when the focus is not the patient of record.", "schema": { "type": "string" } }, - "component-value-concept": { - "name": "component-value-concept", + "format": { + "name": "format", "in": "query", - "description": "The value of the component observation, if the value is a CodeableConcept", + "description": "formats supported (xml | json | ttl | mime type)", "schema": { "type": "string" } }, - "component-value-quantity": { - "name": "component-value-quantity", + "gender": { + "name": "gender", "in": "query", - "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)", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): Gender of the patient\r\n* [Person](http://hl7.org/fhir/person.html): The gender of the person\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): Gender of the related person", "schema": { "type": "string" } }, - "data-absent-reason": { - "name": "data-absent-reason", + "general-practitioner": { + "name": "general-practitioner", "in": "query", - "description": "The reason why the expected value in the element Observation.value[x] is missing.", + "description": "Patient's nominated general practitioner, not the organization that manages the record", "schema": { "type": "string" } }, - "derived-from": { - "name": "derived-from", + "given": { + "name": "given", "in": "query", - "description": "Related measurements the observation is made from", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A portion of the given name of the patient\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A portion of the given name", "schema": { "type": "string" } }, - "device": { - "name": "device", + "guide": { + "name": "guide", "in": "query", - "description": "The Device that generated the observation data.", + "description": "Implementation guides supported", "schema": { "type": "string" } }, - "encounter": { - "name": "encounter", + "has-member": { + "name": "has-member", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Composition](http://hl7.org/fhir/composition.html): Context of the Composition\r\n* [DeviceRequest](http://hl7.org/fhir/devicerequest.html): Encounter during which request was created\r\n* [DiagnosticReport](http://hl7.org/fhir/diagnosticreport.html): The Encounter when the order was made\r\n* [DocumentReference](http://hl7.org/fhir/documentreference.html): Context of the document content\r\n* [Flag](http://hl7.org/fhir/flag.html): Alert relevant during encounter\r\n* [List](http://hl7.org/fhir/list.html): Context in which list created\r\n* [NutritionOrder](http://hl7.org/fhir/nutritionorder.html): Return nutrition orders with this encounter identifier\r\n* [Observation](http://hl7.org/fhir/observation.html): Encounter related to the observation\r\n* [Procedure](http://hl7.org/fhir/procedure.html): Encounter created as part of\r\n* [RiskAssessment](http://hl7.org/fhir/riskassessment.html): Where was assessment performed?\r\n* [ServiceRequest](http://hl7.org/fhir/servicerequest.html): An encounter in which this request is made\r\n* [VisionPrescription](http://hl7.org/fhir/visionprescription.html): Return prescriptions with this encounter identifier", + "description": "Related resource that belongs to the Observation group", "schema": { "type": "string" } }, - "focus": { - "name": "focus", + "identifier": { + "name": "identifier", "in": "query", - "description": "The focus of an observation when the focus is not the patient of record.", + "description": "Persistent identifier for the bundle", "schema": { "type": "string" } }, - "has-member": { - "name": "has-member", + "jurisdiction": { + "name": "jurisdiction", "in": "query", - "description": "Related resource that belongs to the Observation group", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): Intended jurisdiction for the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): Intended jurisdiction for the code system\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): Intended jurisdiction for the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): Intended jurisdiction for the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): Intended jurisdiction for the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): Intended jurisdiction for the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): Intended jurisdiction for the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): Intended jurisdiction for the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): Intended jurisdiction for the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): Intended jurisdiction for the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): Intended jurisdiction for the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): Intended jurisdiction for the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): Intended jurisdiction for the value set", "schema": { "type": "string" } }, - "method": { - "name": "method", + "language": { + "name": "language", "in": "query", - "description": "The method used for the observation", + "description": "Language code (irrespective of use value)", "schema": { "type": "string" } }, - "part-of": { - "name": "part-of", + "link": { + "name": "link", "in": "query", - "description": "Part of referenced event", + "description": "All patients linked to the given patient", "schema": { "type": "string" } }, - "patient": { - "name": "patient", + "message": { + "name": "message", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](http://hl7.org/fhir/allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](http://hl7.org/fhir/careplan.html): Who the care plan is for\r\n* [CareTeam](http://hl7.org/fhir/careteam.html): Who care team is for\r\n* [ClinicalImpression](http://hl7.org/fhir/clinicalimpression.html): Patient or group assessed\r\n* [Composition](http://hl7.org/fhir/composition.html): Who and/or what the composition is about\r\n* [Condition](http://hl7.org/fhir/condition.html): Who has the condition?\r\n* [Consent](http://hl7.org/fhir/consent.html): Who the consent applies to\r\n* [DetectedIssue](http://hl7.org/fhir/detectedissue.html): Associated patient\r\n* [DeviceRequest](http://hl7.org/fhir/devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](http://hl7.org/fhir/deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](http://hl7.org/fhir/diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](http://hl7.org/fhir/documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](http://hl7.org/fhir/documentreference.html): Who/what is the subject of the document\r\n* [Encounter](http://hl7.org/fhir/encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](http://hl7.org/fhir/episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](http://hl7.org/fhir/familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](http://hl7.org/fhir/flag.html): The identity of a subject to list flags for\r\n* [Goal](http://hl7.org/fhir/goal.html): Who this goal is intended for\r\n* [ImagingStudy](http://hl7.org/fhir/imagingstudy.html): Who the study is about\r\n* [Immunization](http://hl7.org/fhir/immunization.html): The patient for the vaccination record\r\n* [List](http://hl7.org/fhir/list.html): If all resources have the same subject\r\n* [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): The identity of a patient to list administrations for\r\n* [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): The identity of a patient to list dispenses for\r\n* [MedicationRequest](http://hl7.org/fhir/medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](http://hl7.org/fhir/medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](http://hl7.org/fhir/nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](http://hl7.org/fhir/observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](http://hl7.org/fhir/procedure.html): Search by subject - a patient\r\n* [RiskAssessment](http://hl7.org/fhir/riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](http://hl7.org/fhir/servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](http://hl7.org/fhir/supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](http://hl7.org/fhir/visionprescription.html): The identity of a patient to list dispenses for", + "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", "schema": { "type": "string" } }, - "performer": { - "name": "performer", + "method": { + "name": "method", "in": "query", - "description": "Who performed the observation", + "description": "The method used for the observation", "schema": { "type": "string" } }, - "specimen": { - "name": "specimen", + "mode": { + "name": "mode", "in": "query", - "description": "Specimen used for this observation", + "description": "Mode - restful (server/client) or messaging (sender/receiver)", "schema": { "type": "string" } }, - "subject": { - "name": "subject", + "name": { + "name": "name", "in": "query", - "description": "The subject that the observation is about", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): Computationally friendly name of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): Computationally friendly name of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): Computationally friendly name of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): Computationally friendly name of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): Computationally friendly name of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): Computationally friendly name of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): Computationally friendly name of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): Computationally friendly name of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): Computationally friendly name of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): Computationally friendly name of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): Computationally friendly name of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): Computationally friendly name of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): Computationally friendly name of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): Computationally friendly name of the value set", "schema": { "type": "string" } }, - "value-concept": { - "name": "value-concept", + "organization": { + "name": "organization", "in": "query", - "description": "The value of the observation, if the value is a CodeableConcept", + "description": "The organization that is the custodian of the patient record", "schema": { "type": "string" } }, - "value-date": { - "name": "value-date", + "part-of": { + "name": "part-of", "in": "query", - "description": "The value of the observation, if the value is a date or period of time", + "description": "Part of referenced event", "schema": { "type": "string" } }, - "value-quantity": { - "name": "value-quantity", + "patient": { + "name": "patient", "in": "query", - "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)", + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](http://hl7.org/fhir/allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](http://hl7.org/fhir/careplan.html): Who the care plan is for\r\n* [CareTeam](http://hl7.org/fhir/careteam.html): Who care team is for\r\n* [ClinicalImpression](http://hl7.org/fhir/clinicalimpression.html): Patient or group assessed\r\n* [Composition](http://hl7.org/fhir/composition.html): Who and/or what the composition is about\r\n* [Condition](http://hl7.org/fhir/condition.html): Who has the condition?\r\n* [Consent](http://hl7.org/fhir/consent.html): Who the consent applies to\r\n* [DetectedIssue](http://hl7.org/fhir/detectedissue.html): Associated patient\r\n* [DeviceRequest](http://hl7.org/fhir/devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](http://hl7.org/fhir/deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](http://hl7.org/fhir/diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](http://hl7.org/fhir/documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](http://hl7.org/fhir/documentreference.html): Who/what is the subject of the document\r\n* [Encounter](http://hl7.org/fhir/encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](http://hl7.org/fhir/episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](http://hl7.org/fhir/familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](http://hl7.org/fhir/flag.html): The identity of a subject to list flags for\r\n* [Goal](http://hl7.org/fhir/goal.html): Who this goal is intended for\r\n* [ImagingStudy](http://hl7.org/fhir/imagingstudy.html): Who the study is about\r\n* [Immunization](http://hl7.org/fhir/immunization.html): The patient for the vaccination record\r\n* [List](http://hl7.org/fhir/list.html): If all resources have the same subject\r\n* [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): The identity of a patient to list administrations for\r\n* [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): The identity of a patient to list dispenses for\r\n* [MedicationRequest](http://hl7.org/fhir/medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](http://hl7.org/fhir/medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](http://hl7.org/fhir/nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](http://hl7.org/fhir/observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](http://hl7.org/fhir/procedure.html): Search by subject - a patient\r\n* [RiskAssessment](http://hl7.org/fhir/riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](http://hl7.org/fhir/servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](http://hl7.org/fhir/supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](http://hl7.org/fhir/visionprescription.html): The identity of a patient to list dispenses for", "schema": { "type": "string" } }, - "value-string": { - "name": "value-string", + "performer": { + "name": "performer", "in": "query", - "description": "The value of the observation, if the value is a string, and also searches in CodeableConcept.text", + "description": "Who performed the observation", "schema": { "type": "string" } }, - "active": { - "name": "active", + "phone": { + "name": "phone", "in": "query", - "description": "Whether the patient record is active", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A value in a phone contact\r\n* [Person](http://hl7.org/fhir/person.html): A value in a phone contact\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A value in a phone contact\r\n* [PractitionerRole](http://hl7.org/fhir/practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A value in a phone contact", "schema": { "type": "string" } }, - "address": { - "name": "address", + "phonetic": { + "name": "phonetic", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/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](http://hl7.org/fhir/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](http://hl7.org/fhir/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](http://hl7.org/fhir/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", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](http://hl7.org/fhir/person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A portion of name using some kind of phonetic matching algorithm", "schema": { "type": "string" } }, - "address-city": { - "name": "address-city", + "publisher": { + "name": "publisher", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A city specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A city specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A city specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A city specified in an address", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): Name of the publisher of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): Name of the publisher of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): Name of the publisher of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): Name of the publisher of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): Name of the publisher of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): Name of the publisher of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): Name of the publisher of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): Name of the publisher of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): Name of the publisher of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): Name of the publisher of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): Name of the publisher of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): Name of the publisher of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): Name of the publisher of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): Name of the publisher of the value set", "schema": { "type": "string" } }, - "address-country": { - "name": "address-country", + "resource": { + "name": "resource", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A country specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A country specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A country specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A country specified in an address", + "description": "Name of a resource mentioned in a capability statement", "schema": { "type": "string" } }, - "address-postalcode": { - "name": "address-postalcode", + "resource-profile": { + "name": "resource-profile", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A postalCode specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A postal code specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A postal code specified in an address", + "description": "A profile id invoked in a capability statement", "schema": { "type": "string" } }, - "address-state": { - "name": "address-state", + "security-service": { + "name": "security-service", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A state specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A state specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A state specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A state specified in an address", + "description": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", "schema": { "type": "string" } }, - "address-use": { - "name": "address-use", + "software": { + "name": "software", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A use code specified in an address\r\n* [Person](http://hl7.org/fhir/person.html): A use code specified in an address\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A use code specified in an address\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A use code specified in an address", + "description": "Part of the name of a software application", "schema": { "type": "string" } }, - "birthdate": { - "name": "birthdate", + "specimen": { + "name": "specimen", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): The patient's date of birth\r\n* [Person](http://hl7.org/fhir/person.html): The person's date of birth\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): The Related Person's date of birth", + "description": "Specimen used for this observation", "schema": { "type": "string" } }, - "death-date": { - "name": "death-date", + "status": { + "name": "status", "in": "query", - "description": "The date of death has been provided and satisfies this search value", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The current status of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The current status of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The current status of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The current status of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The current status of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The current status of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The current status of the message definition\r\n* [NamingSystem](http://hl7.org/fhir/namingsystem.html): The current status of the naming system\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The current status of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The current status of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The current status of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The current status of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The current status of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The current status of the value set", "schema": { "type": "string" } }, - "deceased": { - "name": "deceased", + "subject": { + "name": "subject", "in": "query", - "description": "This patient has been marked as deceased, or as a death date entered", + "description": "The subject that the observation is about", "schema": { "type": "string" } }, - "email": { - "name": "email", + "supported-profile": { + "name": "supported-profile", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A value in an email contact\r\n* [Person](http://hl7.org/fhir/person.html): A value in an email contact\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A value in an email contact\r\n* [PractitionerRole](http://hl7.org/fhir/practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A value in an email contact", + "description": "Profiles for use cases supported", "schema": { "type": "string" } }, - "family": { - "name": "family", + "telecom": { + "name": "telecom", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A portion of the family name of the patient\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A portion of the family name", + "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): The value in any kind of telecom details of the patient\r\n* [Person](http://hl7.org/fhir/person.html): The value in any kind of contact\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](http://hl7.org/fhir/practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): The value in any kind of contact", "schema": { "type": "string" } }, - "gender": { - "name": "gender", + "timestamp": { + "name": "timestamp", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): Gender of the patient\r\n* [Person](http://hl7.org/fhir/person.html): The gender of the person\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): Gender of the related person", + "description": "When the bundle was assembled", "schema": { "type": "string" } }, - "general-practitioner": { - "name": "general-practitioner", + "title": { + "name": "title", "in": "query", - "description": "Patient's nominated general practitioner, not the organization that manages the record", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The human-friendly name of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The human-friendly name of the code system\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The human-friendly name of the concept map\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The human-friendly name of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The human-friendly name of the message definition\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The human-friendly name of the operation definition\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The human-friendly name of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The human-friendly name of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The human-friendly name of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The human-friendly name of the value set", "schema": { "type": "string" } }, - "given": { - "name": "given", + "type": { + "name": "type", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A portion of the given name of the patient\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A portion of the given name", + "description": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection", "schema": { "type": "string" } }, - "language": { - "name": "language", + "url": { + "name": "url", "in": "query", - "description": "Language code (irrespective of use value)", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The uri that identifies the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The uri that identifies the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The uri that identifies the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The uri that identifies the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The uri that identifies the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The uri that identifies the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The uri that identifies the message definition\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The uri that identifies the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The uri that identifies the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The uri that identifies the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The uri that identifies the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The uri that identifies the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The uri that identifies the value set", "schema": { "type": "string" } }, - "link": { - "name": "link", + "value-concept": { + "name": "value-concept", "in": "query", - "description": "All patients linked to the given patient", + "description": "The value of the observation, if the value is a CodeableConcept", "schema": { "type": "string" } }, - "organization": { - "name": "organization", + "value-date": { + "name": "value-date", "in": "query", - "description": "The organization that is the custodian of the patient record", + "description": "The value of the observation, if the value is a date or period of time", "schema": { "type": "string" } }, - "phone": { - "name": "phone", + "value-quantity": { + "name": "value-quantity", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A value in a phone contact\r\n* [Person](http://hl7.org/fhir/person.html): A value in a phone contact\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A value in a phone contact\r\n* [PractitionerRole](http://hl7.org/fhir/practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A value in a phone contact", + "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)", "schema": { "type": "string" } }, - "phonetic": { - "name": "phonetic", + "value-string": { + "name": "value-string", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](http://hl7.org/fhir/person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): A portion of name using some kind of phonetic matching algorithm", + "description": "The value of the observation, if the value is a string, and also searches in CodeableConcept.text", "schema": { "type": "string" } }, - "telecom": { - "name": "telecom", + "version": { + "name": "version", "in": "query", - "description": "Multiple Resources: \r\n\r\n* [Patient](http://hl7.org/fhir/patient.html): The value in any kind of telecom details of the patient\r\n* [Person](http://hl7.org/fhir/person.html): The value in any kind of contact\r\n* [Practitioner](http://hl7.org/fhir/practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](http://hl7.org/fhir/practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](http://hl7.org/fhir/relatedperson.html): The value in any kind of contact", + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](http://hl7.org/fhir/capabilitystatement.html): The business version of the capability statement\r\n* [CodeSystem](http://hl7.org/fhir/codesystem.html): The business version of the code system\r\n* [CompartmentDefinition](http://hl7.org/fhir/compartmentdefinition.html): The business version of the compartment definition\r\n* [ConceptMap](http://hl7.org/fhir/conceptmap.html): The business version of the concept map\r\n* [GraphDefinition](http://hl7.org/fhir/graphdefinition.html): The business version of the graph definition\r\n* [ImplementationGuide](http://hl7.org/fhir/implementationguide.html): The business version of the implementation guide\r\n* [MessageDefinition](http://hl7.org/fhir/messagedefinition.html): The business version of the message definition\r\n* [OperationDefinition](http://hl7.org/fhir/operationdefinition.html): The business version of the operation definition\r\n* [SearchParameter](http://hl7.org/fhir/searchparameter.html): The business version of the search parameter\r\n* [StructureDefinition](http://hl7.org/fhir/structuredefinition.html): The business version of the structure definition\r\n* [StructureMap](http://hl7.org/fhir/structuremap.html): The business version of the structure map\r\n* [TerminologyCapabilities](http://hl7.org/fhir/terminologycapabilities.html): The business version of the terminology capabilities\r\n* [ValueSet](http://hl7.org/fhir/valueset.html): The business version of the value set", "schema": { "type": "string" }