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

FHIR IG analytics

Packagetw.cathay.fhir.imri
Resource TypeObservation
IdObservation-ObservationCancerStaging-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

癌症期別

分類:Staging Cancer Narrative ( LOINC Codes#22037-6)

癌症期別狀態:Final ( ObservationStatus#final)

癌症期別代碼:Clinical TNM stage grouping ( mCode Cancer Stage Type#399537006)

病人Patient/Patient-min "安格斯"

癌症期別:American Joint Committee on Cancer stage IIIC (qualifier value) ( mCode Cancer Stage Type#1222806003)

檢驗日期:2024-04-01


Source1

{
  "resourceType": "Observation",
  "id": "ObservationCancerStaging-min",
  "meta": {
    "profile": [
      "https://imri.cgh.org.tw/imri/StructureDefinition/observation-cancerstaging-imri"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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)"
      }
    ]
  }
}