Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
volsch committed Nov 13, 2018
2 parents 2722571 + a23bf5a commit da8214a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fhir/src/main/asciidoc/api-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ include::{snippets}/read-code-category/response-fields.adoc[]
==== Code
The code resource is used to define system independent codes. E.g. one code can be
created for a specific vaccine. This code can then be used by rules and transformations.
This code can the be mapped to system specific codes (e.g. country dependent
This code can the be mapped to system specific codes (e.g. country dependent
vaccine codes).

.Create resource curl snippet
Expand Down Expand Up @@ -236,7 +236,7 @@ include::{snippets}/read-code-set/response-fields.adoc[]

[[api-resources-code-system]]
==== System
The system resource is used to define coding system. E.g. the CVX standard for
The system resource is used to define coding system. E.g. the CVX standard for
vaccine codes is a coding system with a defined system URI. Also the identifier
values for national patient identifiers are defined within a coding system.

Expand All @@ -255,7 +255,7 @@ include::{snippets}/read-system/response-fields.adoc[]

[[api-resources-code-system-code]]
==== System Code
The system code resource is used to define system specific codes and map then
The system code resource is used to define system specific codes and map then
to internally used codes that are used by rules and transformations. E.g. a
system specific code may be a national vaccine code that is mapped to an
internal code.
Expand Down

0 comments on commit da8214a

Please sign in to comment.