http://hl7.org/fhir/genomicstudy-methodtype|5.0.0

name
GenomicStudyMethodType
package
hl7.fhir.r5.core@5.0.0
content
complete
experimental
true
status
active
date
2022-08-16 21:49:24.0

Genomic Study Method Type

The method type of the GenomicStudy analysis. These method types and relevant codes were pulled from [National Library of Medicine-Genetic Testing Registry](https://www.ncbi.nlm.nih.gov/gtr/) (NCBI-GTR) values of describing different testing methods on various levels: [major method category](https://ftp.ncbi.nlm.nih.gov/pub/GTR/standard_terms/Major_method_category.txt), [method category](https://ftp.ncbi.nlm.nih.gov/pub/GTR/standard_terms/Method_category.txt), and [primary methodology](https://ftp.ncbi.nlm.nih.gov/pub/GTR/standard_terms/Primary_test_methodology.txt)

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/genomicstudy-methodtype"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}