Skip to content

Commit

Permalink
Add social history section coding to odh resources
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jun 10, 2024
1 parent 3ff746b commit 8427cbb
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions src/lib/ODHForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@
}
],
status: "final",
category: [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
code: {
coding: [
{
Expand Down Expand Up @@ -184,6 +194,16 @@
]
},
status: "final",
category: [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
code: {
coding: [
{
Expand Down Expand Up @@ -229,6 +249,16 @@
}
],
status: "final",
category: [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
code: {
coding: [
{
Expand Down Expand Up @@ -278,6 +308,16 @@
]
},
status: "final",
category: [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
code: {
coding: [
{
Expand Down Expand Up @@ -309,6 +349,16 @@
]
},
status: "final",
category: [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
code: {
coding: [
{
Expand Down

0 comments on commit 8427cbb

Please sign in to comment.