Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Contract",
"id" : "AdditionalPlaceOfCare",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PlaceOfCare"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/AddressExtension",
"valueAddress" : {
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
"code" : "72609920778",
"display" : "Переулок Снежный"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
"valueString" : "кв. 11"
}
],
"use" : "home",
"text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19",
"postalCode" : "212011"
}
}
],
"status" : "executable",
"issued" : "2023-09-09T14:00:00Z",
"applies" : {
"start" : "2023-09-09T14:00:00Z"
},
"subject" : [
{
🔗 "reference" : "Patient/PatientForDemo"
}
],
"authority" : [
{
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
],
"site" : [
{
🔗 "reference" : "Location/TherapyUnit"
}
],
"title" : "Дополнительное закрепление в эндокринологическом диспансере",
"author" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReasonForServiceCare",
"code" : "residence"
}
]
},
"subType" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SubTypeServiceCare",
"code" : "additional"
}
]
}
]
}