Skip to content

Instantly share code, notes, and snippets.

@pgwilliams
Created June 28, 2022 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgwilliams/981405102964c3d8ea74a3f3e7b4c206 to your computer and use it in GitHub Desktop.
Save pgwilliams/981405102964c3d8ea74a3f3e7b4c206 to your computer and use it in GitHub Desktop.
{
resourceType: "Parameters",
parameter: [
{
name: "result",
valueBoolean: true
},
{
name: "message",
valueString: "Map Advice. Group:1, Priority:1, Rule:TRUE, Advice:'ALWAYS Q79.8', Correlation: 'SNOMED CT source code to target map code correlation not specified', Map Category:'Map source concept is properly classified'."
},
{
name: "match",
part: [
{
name: "concept",
valueCoding: {
system: "http://hl7.org/fhir/sid/icd-10",
code: "Q79.8",
display: "Other congenital malformations of musculoskeletal system"
}
},
{
name: "source",
valueString: "http://snomed.info/sct/900000000000207008/version/20220630?fhir_cm=447562003"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment