Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-4-t2-07-26-10)
1.4.444 - ci-build

: Z37.1 Один мертворожденный - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ExampleDiagnosisZ37.1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/FinalDiagnosis"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
            "code" : "Final"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/AssertedDate",
      "valueDateTime" : "2024-01-01"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "Z37.1",
        "display" : "Z37.1 Один мертворожденный"
      }
    ]
  },
  "subject" : {
    "reference" : "7a184c68-ed5e-4579-9e1c-ac86dc7dbaba"
  },
  "onsetDateTime" : "2024-01-01",
  "recordedDate" : "2024-01-01"
}