Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Provenance",
"id" : "ExampleProvenanceDocumentInfoDeath",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/ProvenanceDocumentInfoDeath"
]
},
"target" : [
{
🔗 "reference" : "Patient/ExampleDeadPatientED"
}
],
"recorded" : "2025-05-05T14:00:00Z",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AgentTypeProvenance",
"code" : "organization"
}
]
},
"who" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
"display" : "Патологоанатомическое бюро"
}
},
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AgentTypeProvenance",
"code" : "practitioner"
}
]
},
"who" : {
🔗 "reference" : "Practitioner/7cc066b9-7db5-4db6-8645-c6edd23ab896",
"display" : "Рокитанский К."
}
},
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/AgentTypeProvenance",
"code" : "practitionerRole"
}
]
},
"who" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
"display" : "патологоанатом, Рокитанский К."
}
}
]
}