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

: Пример нозологической единицы - C50.3 Злокачественное новообразование нижневнутреннего квадранта молочной железы - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "fhir-ru-condition-nu-instance-1",
  "meta" : {
    "profile" : [
      "http://fhir.ru/fhir/StructureDefinition/fhir-ru-condition-nu"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>assertedDate</b>: 2019-04-01</p><p><b>identifier</b>: id: d34c35ab-4c2e-4c6e-9f42-a7879d47dcd5</p><p><b>clinicalStatus</b>: <span title=\"Codes: \">active</span></p><p><b>code</b>: <span title=\"Codes: {https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1005 C50.3}\">Злокачественное новообразование нижневнутреннего квадранта молочной железы</span></p><p><b>bodySite</b>: <span title=\"Codes: {http://snomed.info/sct 80248007}\">Left breast structure (body structure)</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><h3>Stages</h3><table class=\"grid\"><tr><td>-</td><td><b>Summary</b></td><td><b>Assessment</b></td><td><b>Type</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://cancerstaging.org 3C}\">IIIC</span></td><td><a href=\"Observation-fhir-ru-observation-nustagingonco-instance-1.html\">Generated Summary: <span title=\"Codes: {http://loinc.org 21908-9}\">Stage group.clinical Cancer</span>; effective: 2019-04-01; <span title=\"Codes: {http://cancerstaging.org 3C}\">IIIC</span>; <span title=\"Codes: {http://snomed.info/sct 897275008}\">American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)</span></a></td><td><span title=\"Codes: {http://loinc.org 21908-9}\">Stage group.clinical Cancer</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
      "valueDateTime" : "2019-04-01"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:fhir:ru:entity:condition",
      "value" : "d34c35ab-4c2e-4c6e-9f42-a7879d47dcd5"
    }
  ],
  "clinicalStatus" : {
    "extension" : [
      {
        "url" : "http://fhir.ru/fhir/Extension/fhir-ru-ext-condition-clinicalstatus",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://fhir.ru/fhir/CodeSystem/fhir-ru-cs-clinicalstatus",
              "code" : "active",
              "display" : "активная нозологическая единица"
            }
          ]
        }
      }
    ],
    "coding" : [
      {
        "code" : "active"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1005",
        "code" : "C50.3",
        "display" : "Злокачественное новообразование нижневнутреннего квадранта молочной железы"
      }
    ]
  },
  "bodySite" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.ru/fhir/Extension/fhir-ru-ext-condition-bodysite-laterality",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.99.2.778",
                "code" : "1",
                "display" : "Слева"
              }
            ]
          }
        }
      ],
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "80248007",
          "display" : "Left breast structure (body structure)"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/fhir-ru-patient-instance-konstantinopolskaya"
  },
  "stage" : [
    {
      "summary" : {
        "coding" : [
          {
            "system" : "http://cancerstaging.org",
            "code" : "3C",
            "display" : "IIIC"
          }
        ]
      },
      "assessment" : [
        {
          "reference" : "Observation/fhir-ru-observation-nustagingonco-instance-1"
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "21908-9",
            "display" : "Stage group.clinical Cancer"
          }
        ]
      }
    }
  ]
}