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

FHIR IG analytics

Packagetw.gov.mohw.nhi.base
Resource TypeObservation
IdObservation-obs-diagnostic-min.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

狀態:final

類型:基因資訊 (NHI-補充資訊類別值集#geneInfo)

code:Genetic variant assessment (LOINC#69548-6)

病人Patient/pat-min

基因檢測日期:2024-05-07

基因檢測代碼:KRAS gene mutations found [Identifier] in Blood or Tissue by Molecular genetics method Nominal LOINC-基因檢測代碼值集#21702-6)
基因檢測實際結果:KRAS 12 mutation: Not Detected, KRAS 13 mutation: Not Detected, KRAS 61 mutation: Not Detected
基因突變類型:Not detected LOINC-基因突變類型值集#LA11883-8)

基因檢測機構Organization 2023LDTB0002

基因檢測分析結果:基因檢測報告結果

基因臨床判讀結果:Positive (ObservationInterpretationCodes #POS)

基因檢測方法:PCR (LOINC Answer List LL4048-6 #LA26418-6)

基因檢測檢體類型Specimen/spe-min

基因報告DocumentReference/doc-gene-min


Source1

{
  "resourceType": "Observation",
  "id": "obs-diagnostic-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/base/StructureDefinition/Observation-diagnostic-twnhibase"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/base/CodeSystem/nhi-supporting-info-type",
          "code": "geneInfo"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "69548-6"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "effectiveDateTime": "2024-05-07",
  "performer": [
    {
      "reference": "Organization/org-gene-example"
    }
  ],
  "valueString": "基因檢測報告結果",
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "POS"
        }
      ]
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA26418-6"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/spe-min"
  },
  "derivedFrom": [
    {
      "reference": "DocumentReference/doc-gene-min"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "21702-6"
          }
        ]
      },
      "valueString": "KRAS 12 mutation: Not Detected, KRAS 13 mutation: Not Detected, KRAS 61 mutation: Not Detected",
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "LA11883-8",
              "display": "Not detected"
            }
          ],
          "text": "Not detected"
        }
      ]
    }
  ]
}