Skip to content

Commit

Permalink
added ga4gh
Browse files Browse the repository at this point in the history
  • Loading branch information
aslgraefe committed Sep 21, 2024
1 parent 726fd0c commit 0d539fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion notebooks/rarelink_cdm_phenopacket_mapper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@
" name='HL7 FHIR', \n",
" namespace_prefix='hl7fhir', \n",
" url='https://www.hl7.org/fhir/'\n",
")\n"
")\n",
"\n",
"GA4GH = CodeSystem(\n",
" name='Global Alliance for Genomics and Health - Phenopacket Schema', \n",
" namespace_prefix='ga4gh', \n",
" url='https://www.ga4gh.org/'\n",
")"
]
},
{
Expand All @@ -131,6 +137,7 @@
" SNOMED.set_version(\"2024-09-01\"),\n",
" ICD11.set_version(\"2024-09-01\"),\n",
" HL7FHIR.set_version(\"v4.0.1\"),\n",
" GA4GH.set_version(\"v2.0\"),\n",
"]\n",
"\n"
]
Expand Down

0 comments on commit 0d539fc

Please sign in to comment.