醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 癌症期別範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationCancerStaging-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-cancerstaging-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>癌症期別</b></h3><p><b>分類</b>:Staging Cancer Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC Codes</a>#22037-6)</span></p><p><b>癌症期別狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/observation-status\">ObservationStatus</a>#final)</span></p><p><b>癌症期別代碼</b>:Clinical TNM stage grouping <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">mCode Cancer Stage Type</a>#399537006)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>癌症期別</b>:American Joint Committee on Cancer stage IIIC (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">mCode Cancer Stage Type</a>#1222806003)</span></p><p><b>檢驗日期</b>:2024-04-01</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "22037-6",
          "display" : "Staging Cancer Narrative"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "399537006",
        "display" : "Clinical TNM stage grouping"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "effectiveDateTime" : "2024-04-01",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/Practitioner-min"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1222806003",
        "display" : "American Joint Committee on Cancer stage IIIC (qualifier value)"
      }
    ]
  }
}