Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-4-t2-07-26-10)
1.4.444 - ci-build
{
"resourceType" : "Encounter",
"id" : "EncounterForPediatricispanserisation",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/EncounterGeneral"
]
},
"status" : "completed",
"class" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VSTermsOfService",
"code" : "1"
}
]
}
],
"priority" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthCareForms",
"code" : "planned"
}
]
},
"type" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeOfHealthCare",
"code" : "primary"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
},
"serviceProvider" : {
"reference" : "Organization/OrganizationCISM"
},
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/ExampleTherapist",
"display" : "Филатов Олег Михайлович"
}
}
],
"actualPeriod" : {
"start" : "2023-04-01T11:10:10Z",
"end" : "2023-04-01T12:30:00Z"
},
"diagnosis" : [
{
"condition" : [
{
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisHealthy"
}
}
],
"use" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
"code" : "mainDiagnosis"
}
]
}
]
}
]
}