Skip to content

Commit

Permalink
maybe last rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JFisk42 committed Sep 26, 2024
1 parent 7dbe752 commit 436521e
Showing 1 changed file with 46 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,43 @@
}
}
],
"relationship" : [
{
"coding" : [
{
"extension" : [
{
"url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding",
"valueString" : "coding"
},
{
"url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system",
"valueString" : "HL70063"
}
],
"version" : "2.5.1",
"code" : "OTH",
"display" : "Other"
},
{
"extension" : [
{
"url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding",
"valueString" : "alt-coding"
},
{
"url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system",
"valueString" : "L"
}
],
"system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL",
"version" : "5.67",
"code" : "OT",
"display" : "OTHER RELATIONSHIP"
}
]
}
],
"name" : {
"extension" : [
{
Expand Down Expand Up @@ -8011,21 +8048,21 @@
"reference" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d"
}
],
"valueCodeableConcept": {
"coding": [
"valueCodeableConcept" : {
"coding" : [
{
"extension": [
"extension" : [
{
"url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding",
"valueString": "coding"
"url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding",
"valueString" : "coding"
},
{
"url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system",
"valueString": "L"
"url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system",
"valueString" : "L"
}
],
"system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL",
"code": "COM"
"system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL",
"code" : "COM"
}
]
}
Expand Down

0 comments on commit 436521e

Please sign in to comment.