FHIR IG Statistics: ValueSet/nxh-vs-procedure-codes
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
NxhVSProcedureCodes
https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-procedure-codesExtends the http://hl7.org/fhir/ValueSet/procedure-code value set with custom codes (abstractCodes) and icd-10 codes
Source
{
"resourceType": "ValueSet",
"id": "nxh-vs-procedure-codes",
"meta": {
"lastUpdated": "2021-10-27T11:47:27.805+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-procedure-codes",
"name": "NxhVSProcedureCodes",
"title": "NxhVSProcedureCodes",
"status": "active",
"date": "2021-10-27T11:47:27.6665854+00:00",
"publisher": "Nexuzhealth",
"description": "Extends the http://hl7.org/fhir/ValueSet/procedure-code value set with custom codes (abstractCodes) and icd-10 codes.",
"compose": {
"include": [
{
"valueSet": [
"http://hl7.org/fhir/ValueSet/procedure-code"
]
},
{
"system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/amalthea/abstractCodes/code",
"filter": [
{
"property": "type",
"op": "in",
"value": "ICD9-O, ICD10-O"
}
]
},
{
"system": "http://hl7.org/fhir/sid/icd-10"
}
]
}
}