Руководство к использованию стандарта FHIR в ЦИСЗ
0.1.1667 - ci-build

Руководство к использованию стандарта FHIR в ЦИСЗ - Local Development build (v0.1.1667) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Bundle: ExampleBundleForDemo

Пример пакета медицинских данных

img

{ "resourceType" : "Bundle", "id" : "ExampleBundleForDemo", "meta" : { "profile" : ["https://fhir.by/AbstractArea/StructureDefinition/Bundle/MedicationDocument"] }, "identifier" : { "system" : "urn:ietf:rfc:3986", "value" : "urn:uuid:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1" }, "type" : "document", "timestamp" : "2024-07-22T11:12:21Z", "entry" : [{ "fullUrl" : "Composition/CompDocumentForDemo", "resource" : { "resourceType" : "Composition", "id" : "CompDocumentForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/CompDocument"] }, "status" : "final", "type" : { "coding" : [{ "system" : "http://loinc.org", "code" : "28655-9" }], "text" : "Discharge Summary from Responsible Clinician" }, "subject" : [{ "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }], "date" : "2024-07-22T11:12:21Z", "author" : [{ "reference" : "Practitioner/PractitionerForDemo", "display" : "Филатов Артем Артемович" }], "title" : "Discharge Summary", "custodian" : { "reference" : "Organization/OrganizationForDemo" } } }, { "fullUrl" : "Patient/PatientForDemo", "resource" : { "resourceType" : "Patient", "id" : "PatientForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/PatientWithIdentificationNumber"] }, "identifier" : [{ "type" : { "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSDocNumbersBy", "code" : "INP" }] }, "value" : "7555668A009PB3", "period" : { "start" : "2024-01-31" } }], "active" : true, "name" : [{ "family" : "Иванов", "given" : ["Василий", "Васильевич"], "period" : { "start" : "2024-01-31" } }], "telecom" : [{ "system" : "phone", "value" : "89001234567" }], "gender" : "male", "birthDate" : "1989-01-31", "deceasedBoolean" : false, "address" : [{ "line" : ["пр-т Независимости, д. 11, корп.1, кв. 111"], "city" : " Minsk", "state" : "Minskaya oblast", "country" : "BY" }] } }, { "fullUrl" : "Encounter/EncounterGeneralForDemo", "resource" : { "resourceType" : "Encounter", "id" : "EncounterGeneralForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/EncounterGeneral"] }, "status" : "completed", "class" : [{ "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSTermsOfService", "code" : "ambulatory" }] }], "priority" : { "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSHealthCareForms", "code" : "emergency" }] }, "type" : [{ "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSTypeOfHealthCare", "code" : "primary" }] }], "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "participant" : [{ "actor" : { "reference" : "Practitioner/PractitionerForDemo" } }], "actualPeriod" : { "start" : "2024-07-22T11:00:00Z", "end" : "2024-07-22T11:12:21Z" }, "diagnosis" : [{ "condition" : [{ "reference" : { "reference" : "Condition/DiagnosisMainForDemo" } }], "use" : [{ "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSTypeOfDiagnosis", "code" : "mainDiagnosis" }] }] }, { "condition" : [{ "reference" : { "reference" : "Condition/DiagnosisAdditionalForDemo" } }], "use" : [{ "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSTypeOfDiagnosis", "code" : "additionalDiagnosis" }] }] }] } }, { "fullUrl" : "Condition/DiagnosisMainForDemo", "resource" : { "resourceType" : "Condition", "id" : "DiagnosisMainForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/FinalDiagnosis"] }, "extension" : [{ "url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis", "valueCodeableConcept" : { "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSKindOfDiagnosisCode", "code" : "Clinical" }] } }, { "url" : "https://fhir.by/StructureDefinition/AssertedDate", "valueDateTime" : "2024-07-22T11:12:21Z" }], "clinicalStatus" : { "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical", "code" : "active" }] }, "code" : { "coding" : [{ "system" : "http://hl7.org/fhir/sid/icd-10-cm", "code" : "E66.00" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "onsetDateTime" : "2024-07-22T11:12:21Z", "recordedDate" : "2024-07-22T11:12:21Z", "participant" : [{ "function" : { "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", "code" : "enterer" }] }, "actor" : { "reference" : "Practitioner/PractitionerForDemo" } }], "stage" : [{ "summary" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "415530009" }] } }], "note" : [{ "text" : "Ожирение 1 степени" }] } }, { "fullUrl" : "Condition/DiagnosisAdditionalForDemo", "resource" : { "resourceType" : "Condition", "id" : "DiagnosisAdditionalForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/FinalDiagnosis"] }, "extension" : [{ "url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis", "valueCodeableConcept" : { "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSKindOfDiagnosisCode", "code" : "Clinical" }] } }, { "url" : "https://fhir.by/StructureDefinition/AssertedDate", "valueDateTime" : "2024-07-22T11:12:21Z" }], "clinicalStatus" : { "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical", "code" : "active" }] }, "code" : { "coding" : [{ "system" : "http://hl7.org/fhir/sid/icd-10-cm", "code" : "I11.9" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "onsetDateTime" : "2024-07-22T11:12:21Z", "recordedDate" : "2024-07-22T11:12:21Z", "participant" : [{ "function" : { "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", "code" : "enterer" }] }, "actor" : { "reference" : "Practitioner/PractitionerForDemo" } }], "stage" : [{ "summary" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "60899001" }] } }], "note" : [{ "text" : "Гипертензивная болезнь I стадии, cтепень АГ 1, Риск 2 (средний)" }] } }, { "fullUrl" : "Observation/BodyHeightForDemo", "resource" : { "resourceType" : "Observation", "id" : "BodyHeightForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/AnthropometricDataBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "exam" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "1153637007" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 170, "unit" : "cm", "system" : "http://unitsofmeasure.org", "code" : "cm" } } }, { "fullUrl" : "Observation/BodyWeightForDemo", "resource" : { "resourceType" : "Observation", "id" : "BodyWeightForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/AnthropometricDataBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "exam" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "228919004" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 95, "unit" : "kg", "system" : "http://unitsofmeasure.org", "code" : "kg" } } }, { "fullUrl" : "Observation/BodyBMIForDemo", "resource" : { "resourceType" : "Observation", "id" : "BodyBMIForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/AnthropometricDataBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "exam" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "60621009" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 32.9 } } }, { "fullUrl" : "Observation/BodyWaistCircumferenceForDemo", "resource" : { "resourceType" : "Observation", "id" : "BodyWaistCircumferenceForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/AnthropometricDataBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "exam" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "276361009" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 102, "unit" : "cm", "system" : "http://unitsofmeasure.org", "code" : "cm" } } }, { "fullUrl" : "Observation/BodyTemperatureForDemo", "resource" : { "resourceType" : "Observation", "id" : "BodyTemperatureForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/VitalSignsBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "vital-signs" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "703421000" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 36.7, "unit" : "Cel", "system" : "http://unitsofmeasure.org", "code" : "Cel" } } }, { "fullUrl" : "Observation/HeartRateForDemo", "resource" : { "resourceType" : "Observation", "id" : "HeartRateForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/VitalSignsBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "vital-signs" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "364075005" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 80, "unit" : "/min", "system" : "http://unitsofmeasure.org", "code" : "/min" } } }, { "fullUrl" : "Observation/RespiratorytRateForDemo", "resource" : { "resourceType" : "Observation", "id" : "RespiratorytRateForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/VitalSignsBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "vital-signs" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "86290005" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "valueQuantity" : { "value" : 14, "unit" : "/min", "system" : "http://unitsofmeasure.org", "code" : "/min" } } }, { "fullUrl" : "Observation/BloodPressureForDemo", "resource" : { "resourceType" : "Observation", "id" : "BloodPressureForDemo", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/VitalSignsBy"] }, "status" : "registered", "category" : [{ "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/observation-code", "code" : "vital-signs" }] }], "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "386534000" }] }, "subject" : { "reference" : "Patient/PatientForDemo", "display" : "Иванов Василий Васильевич" }, "encounter" : { "reference" : "Encounter/EncounterGeneralForDemo", "display" : "Осмотр терапевта" }, "effectiveDateTime" : "2024-07-22T11:12:21Z", "performer" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "component" : [{ "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "271649006" }] }, "valueQuantity" : { "value" : 145, "unit" : "mm[Hg]", "system" : "http://unitsofmeasure.org", "code" : "mm[Hg]" } }, { "code" : { "coding" : [{ "system" : "http://snomed.info/sct", "code" : "271650006" }] }, "valueQuantity" : { "value" : 85, "unit" : "mm[Hg]", "system" : "http://unitsofmeasure.org", "code" : "mm[Hg]" } }] } }, { "fullUrl" : "DocumentReference/AttachedExam", "resource" : { "resourceType" : "DocumentReference", "id" : "123456789090888", "meta" : { "profile" : ["https://fhir.by/StructureDefinition/AttachDocument"] }, "identifier" : [{ "value" : "Exam01", "assigner" : { "reference" : "Organization/OrganizationForDemo" } }], "status" : "current", "type" : { "coding" : [{ "system" : "https://fhir.by/CodeSystem/CSKindOfAttachDocument", "code" : "cons-conclusion" }] }, "subject" : { "reference" : "Patient/PatientForDemo" }, "context" : [{ "reference" : "Encounter/EncounterGeneralForDemo" }], "date" : "2024-07-22T11:12:21Z", "author" : [{ "reference" : "Practitioner/PractitionerForDemo" }], "custodian" : { "reference" : "Organization/OrganizationForDemo" }, "content" : [{ "attachment" : { "contentType" : "application/pdf", "data" : "full base64 in tab 'JSON'", "title" : "Осмотр терапевта", "creation" : "2024-07-22T11:12:21Z" } }] } }] }

Document Details

Generated Narrative: Bundle Discharge Summary

Document Subject

Generated Narrative: Patient PatientForDemo

Василий Васильевич Иванов Male, DoB: 1989-01-31 ( Identification number of person (use: usual, period: 2024-01-31 --> (ongoing)))


Active:trueDeceased:false
Contact Detail
  • ph: 89001234567
  • пр-т Независимости, д. 11, корп.1, кв. 111 Minsk Minskaya oblast BY

Document Content


Additional Resources Included in Document


Entry 1 - fullUrl = Composition/CompDocumentForDemo

Resource Composition:

Generated Narrative: Composition CompDocumentForDemo

status: Final

type: Discharge Summary from Responsible Clinician

date: 2024-07-22 11:12:21+0000

author: Филатов Артем Артемович

title: Discharge Summary

custodian: Organization/OrganizationForDemo

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-a04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:23+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

event

Details

-Reference
*DocumentReference: identifier = 9999; status = current; type = консультативное заключение; date = 2024-05-28 22:12:21+0000

Entry 2 - fullUrl = Patient/PatientForDemo

Resource Patient:

Generated Narrative: Patient PatientForDemo

Василий Васильевич Иванов Male, DoB: 1989-01-31 ( Identification number of person (use: usual, period: 2024-01-31 --> (ongoing)))


Active:trueDeceased:false
Contact Detail
  • ph: 89001234567
  • пр-т Независимости, д. 11, корп.1, кв. 111 Minsk Minskaya oblast BY

Entry 3 - fullUrl = Encounter/EncounterGeneralForDemo

Resource Encounter:

Generated Narrative: Encounter EncounterGeneralForDemo

Not done yet

Entry 4 - fullUrl = Condition/DiagnosisMainForDemo

Resource Condition:

Generated Narrative: Condition DiagnosisMainForDemo

Расширение для видов диагнозов: Клинический диагноз

Дата установки диагноза: 2024-07-22 11:12:21+0000

clinicalStatus: Active

code: E66.00

subject: Иванов Василий Васильевич

onset: 2024-07-22 11:12:21+0000

recordedDate: 2024-07-22 11:12:21+0000

Participants

-FunctionActor
*EntererPractitionerRole/PractitionerRoleForDemo

Stages

-Summary
*Simple obesity (disorder)

note: Ожирение 1 степени


Entry 5 - fullUrl = Condition/DiagnosisAdditionalForDemo

Resource Condition:

Generated Narrative: Condition DiagnosisAdditionalForDemo

Расширение для видов диагнозов: Клинический диагноз

Дата установки диагноза: 2024-07-22 11:12:21+0000

clinicalStatus: Active

code: Hypertensive heart disease without heart failure

subject: Иванов Василий Васильевич

onset: 2024-07-22 11:12:21+0000

recordedDate: 2024-07-22 11:12:21+0000

Participants

-FunctionActor
*EntererPractitionerRole/PractitionerRoleForDemo

Stages

-Summary
*Hypertensive heart disease without congestive heart failure

note: Гипертензивная болезнь I стадии, cтепень АГ 1, Риск 2 (средний)


Entry 6 - fullUrl = Observation/BodyHeightForDemo

Resource Observation:

Generated Narrative: Observation BodyHeightForDemo

status: Registered

category: exam

code: Body height (observable entity)

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 170 cm (Details: UCUM codecm = 'cm')


Entry 7 - fullUrl = Observation/BodyWeightForDemo

Resource Observation:

Generated Narrative: Observation BodyWeightForDemo

status: Registered

category: exam

code: gram/kilogram body weight

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 95 kg (Details: UCUM codekg = 'kg')


Entry 8 - fullUrl = Observation/BodyBMIForDemo

Resource Observation:

Generated Narrative: Observation BodyBMIForDemo

status: Registered

category: exam

code: Body mass index

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 32.9


Entry 9 - fullUrl = Observation/BodyWaistCircumferenceForDemo

Resource Observation:

Generated Narrative: Observation BodyWaistCircumferenceForDemo

status: Registered

category: exam

code: Waist circumference

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 102 cm (Details: UCUM codecm = 'cm')


Entry 10 - fullUrl = Observation/BodyTemperatureForDemo

Resource Observation:

Generated Narrative: Observation BodyTemperatureForDemo

status: Registered

category: vital-signs

code: Temperature

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 36.7 Cel (Details: UCUM codeCel = 'Cel')


Entry 11 - fullUrl = Observation/HeartRateForDemo

Resource Observation:

Generated Narrative: Observation HeartRateForDemo

status: Registered

category: vital-signs

code: Heart rate

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 80 /min (Details: UCUM code/min = '/min')


Entry 12 - fullUrl = Observation/RespiratorytRateForDemo

Resource Observation:

Generated Narrative: Observation RespiratorytRateForDemo

status: Registered

category: vital-signs

code: Respiratory rate

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

value: 14 /min (Details: UCUM code/min = '/min')


Entry 13 - fullUrl = Observation/BloodPressureForDemo

Resource Observation:

Generated Narrative: Observation BloodPressureForDemo

status: Registered

category: vital-signs

code: Arterial blood pressure (observable entity)

subject: Иванов Василий Васильевич

encounter: Осмотр терапевта

effective: 2024-07-22 11:12:21+0000

performer: PractitionerRole/PractitionerRoleForDemo

component

code: Systolic blood pressure

value: 145 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 85 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')


Entry 14 - fullUrl = DocumentReference/AttachedExam

Resource DocumentReference:

Generated Narrative: DocumentReference 123456789090888

identifier: Exam01

status: Current

type: консультативное заключение

subject: Bundle: identifier = UUID:0c3151bd-1cbf-4d64-a04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:23+0000

context: Bundle: identifier = UUID:0c3151bd-1cbf-4d64-b04d-cd9187a4c6e1; type = document; timestamp = 2024-07-22 11:12:21+0000

date: 2024-07-22 11:12:21+0000

author: PractitionerRole/PractitionerRoleForDemo

custodian: Organization/OrganizationForDemo

content

Attachments

-ContentTypeDataTitleCreation
*application/pdf(base64 data - 526,812 base64 chars)Прием терапевта2024-07-22 11:12:21+0000

Необходимо добавить дополнительную информацию!!!!!!

Для добавления дополнительной информации нужно добавить файл input/intro-notes/Bundle-ExampleBundleForDemo-notes.md