Skip to content

Commit f284b7b

Browse files
committed
link for target disease code list
1 parent 2aeb31f commit f284b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/immunisation-fhir-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"post": {
2121
"summary": "Record a vaccination given to a patient",
2222
"operationId": "createImmunization",
23-
"description": "## Overview\nUse this interaction to record the administration of a vaccination. The immunization resource must include a targetDisease(s) matching the disease types enabled in this interaction and represented by the correct SNOMED concept(s) for that disease type. A code list will be provided for supported disease types. \nYou must be authorised for the create interaction and the disease type associated with the vaccination event in order to submit a new record. \n\n## Sandbox testing\nYou can test the following scenarios in our sandbox environment:\n\n| Scenario | Request | Response |\n| ----------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------|\n| | | |\n | Record a vaccination event | Valid request as per schema | HTTP Status 201 with immunisation id in response header (location) |\n| Bad Request (missing/invalid required element in request body) | Didn't pass `resourceType` in request body | HTTP Status 400 Bad Request |\n",
23+
"description": "## Overview\nUse this interaction to record the administration of a vaccination. The immunization resource must include a targetDisease(s) matching the disease types enabled in this interaction and represented by the correct SNOMED concept(s) for that disease type. A [code list](https://digital.nhs.uk/developer/guides-and-documentation/building-healthcare-software/vaccinations/coding-for-vaccination-disease-types#how-this-applies-to-vaccinations-submitted-to-the-api) is provided for supported disease types. \nYou must be authorised for the create interaction and the disease type associated with the vaccination event in order to submit a new record. \n\n## Sandbox testing\nYou can test the following scenarios in our sandbox environment:\n\n| Scenario | Request | Response |\n| ----------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------|\n| | | |\n | Record a vaccination event | Valid request as per schema | HTTP Status 201 with immunisation id in response header (location) |\n| Bad Request (missing/invalid required element in request body) | Didn't pass `resourceType` in request body | HTTP Status 400 Bad Request |\n",
2424
"parameters": [
2525
{
2626
"$ref": "#/components/parameters/CorrelationID"
@@ -638,7 +638,7 @@
638638
"properties": {
639639
"targetDisease": {
640640
"type": "array",
641-
"description": "The vaccine preventable disease the dose is being administered against. \nThis SHALL be populated with the appropriate SNOMED CT concept. A code list will be provided for each supported type of vaccination. A valid code or code combination SHALL be provided. \nFor vaccines which provide immunity for more than one target disease there SHALL be one instance of targetDisease for each and no more.",
641+
"description": "The vaccine preventable disease the dose is being administered against. \nThis SHALL be populated with the appropriate SNOMED CT concept. See the provided [code list](https://digital.nhs.uk/developer/guides-and-documentation/building-healthcare-software/vaccinations/coding-for-vaccination-disease-types#how-this-applies-to-vaccinations-submitted-to-the-api) for each supported type of vaccination. A valid code or code combination SHALL be provided. \nFor vaccines which provide immunity for more than one target disease there SHALL be one instance of targetDisease for each and no more.",
642642
"items": {
643643
"type": "object",
644644
"required": [
@@ -3315,7 +3315,7 @@
33153315
"properties": {
33163316
"targetDisease": {
33173317
"type": "array",
3318-
"description": "The vaccine preventable disease the dose is being administered against. \nThis SHALL be populated with the appropriate SNOMED CT concept. A code list will be provided for each supported type of vaccination. A valid code or code combination SHALL be provided. \nFor vaccines which provide immunity for more than one target disease there SHALL be one instance of targetDisease for each and no more.",
3318+
"description": "The vaccine preventable disease the dose is being administered against. \nThis SHALL be populated with the appropriate SNOMED CT concept. See the provided [code list](https://digital.nhs.uk/developer/guides-and-documentation/building-healthcare-software/vaccinations/coding-for-vaccination-disease-types#how-this-applies-to-vaccinations-submitted-to-the-api) for each supported type of vaccination. A valid code or code combination SHALL be provided. \nFor vaccines which provide immunity for more than one target disease there SHALL be one instance of targetDisease for each and no more.",
33193319
"items": {
33203320
"type": "object",
33213321
"required": [

0 commit comments

Comments
 (0)