HL7 FHIR Implementation Guide: Miramedix docs IG Release 1 - RU Realm | STU1
0.1.0 - ci-build

HL7 FHIR Implementation Guide: Miramedix docs IG Release 1 - RU Realm | STU1 - Local Development build (v0.1.0). See the Directory of published versions

: Пример стадирование M (metastasis) — наличие отдалённых метастазов - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "fhir-ru-observation-tnmm-instance-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 21907-1}\">Distant metastases.clinical [Class] Cancer</span></p><p><b>subject</b>: <a href=\"Patient-fhir-ru-patient-instance-konstantinopolskaya.html\">Generated Summary: Анна Вероника Мамед кызы Константинопольская (OFFICIAL); Phone: +7 (901) 555-55-52; birthDate: 1989-09-10</a></p><p><b>focus</b>: <a href=\"Condition-fhir-ru-condition-nu-instance-1.html\">Generated Summary: id: d34c35ab-4c2e-4c6e-9f42-a7879d47dcd5; <span title=\"Codes: \">active</span>; <span title=\"Codes: {https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1005 C50.3}\">Злокачественное новообразование нижневнутреннего квадранта молочной железы</span>; <span title=\"Codes: {http://snomed.info/sct 80248007}\">Left breast structure (body structure)</span></a></p><p><b>effective</b>: 2019-04-01</p><p><b>value</b>: <span title=\"Codes: {http://cancerstaging.org cM0}\">M0</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 897275008}\">American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "21907-1",
        "display" : "Distant metastases.clinical [Class] Cancer"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/fhir-ru-patient-instance-konstantinopolskaya"
  },
  "focus" : [
    {
      "reference" : "Condition/fhir-ru-condition-nu-instance-1"
    }
  ],
  "effectiveDateTime" : "2019-04-01",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://cancerstaging.org",
        "code" : "cM0",
        "display" : "M0"
      }
    ]
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "897275008",
        "display" : "American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)"
      }
    ]
  }
}