FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeLibrary
IdDGTS-Library-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Library",
  "id": "DGTS-Library-Example",
  "url": "http://fhir.nhs.uk/Library/GT1",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/library-type",
        "code": "module-definition"
      }
    ]
  },
  "status": "active",
  "parameter": [
    {
      "name": "additional_panels_available",
      "use": "in",
      "max": "0",
      "type": "Coding"
    },
    {
      "name": "target_disease_required",
      "use": "in",
      "min": 0,
      "type": "Coding"
    },
    {
      "name": "target_gene_required",
      "use": "in",
      "min": 0,
      "type": "Coding"
    },
    {
      "name": "target_variant_required",
      "use": "in",
      "min": 0,
      "type": "Coding"
    }
  ]
}