Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "DiagnosticReport",
"id" : "ExampleDiagnosticReportLabOpium",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/DiagnosticReportLab"
]
},
"identifier" : [
{
"value" : "12338941",
"assigner" : {
🔗 "extension" : [
{
"url" : "https://fhir.by/StructureDefinition/LocationReference",
"valueReference" : {
🔗 "reference" : "Location/LabUnit"
}
}
],
"reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/ExampleServiceRequestKdl",
"display" : "Направление на определение опиатов"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypesOfLabTests",
"code" : "11.12.1",
"display" : "Определение полусинтетических опиатов"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientWithIdentificationNumber"
},
"issued" : "2024-11-28T15:50:00Z",
"resultsInterpreter" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
],
"result" : [
{
🔗 "reference" : "Observation/ExampleKdlObservationOpium"
}
]
}