Skip to content

Commit

Permalink
Update fhir-basics.md (#3829)
Browse files Browse the repository at this point in the history
Fixed minor typo
  • Loading branch information
xenspidey committed Jan 28, 2024
1 parent 3e0ca0e commit 87b6a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/fhir-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Because there are multiple code systems for many domains, the same _concept_ can

A [`CodeableConcept`][codeableconcept] consists of two parts:

- A `text` element the describes the concept in plain language
- A `text` element - describes the concept in plain language
- A `coding` element - an array of `(system, code)` pairs that provide the standard code for the concept within each code system.

FHIR [`CodeableConcepts`][codeableconcept] use the `system` element to identify each code system within the `coding` array. By convention, FHIR uses absolute URLs to enforce that these systems are a globally unique namespace. _However, these URLs do not always point to hosted web sites._
Expand Down

1 comment on commit 87b6a47

@vercel
Copy link

@vercel vercel bot commented on 87b6a47 Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medplum-www – ./packages/docs

medplum-www-git-main-medplum.vercel.app
medplum-www.vercel.app
www.medplum.com
medplum.com
medplum-www-medplum.vercel.app

Please sign in to comment.