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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-target-region-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Basic target-region-example-1

Profile: Target Region

Genomic test ID relationship: Basic Exome sequencing

HGNC ID: HGNC:1100

HGNC symbol: BRCA1

Chromosome ID: 17

Start position: 43044295

End position: 43125482

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/target-region-id/TR0001

code: Gene-level target region


Source1

{
  "resourceType": "Basic",
  "id": "target-region-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-genomic-test-ref",
      "valueReference": {
        "reference": "Basic/genomic-test-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-hgnc-id",
      "valueString": "HGNC:1100"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-hgnc-symbol",
      "valueString": "BRCA1"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-chromosome-id",
      "valueInteger": 17
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-start-position",
      "valueInteger": 43044295
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-end-position",
      "valueInteger": 43125482
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/target-region-id",
      "value": "TR0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/target-region-type",
        "code": "gene-region",
        "display": "Gene-level target region"
      }
    ]
  }
}