Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "List",
"id" : "ExamplePrescriptions",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PrescriptionList"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/FromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"status" : "current",
"mode" : "working",
"title" : "Список назначенных препаратов",
"subject" : [
{
🔗 "reference" : "Patient/PatientFullBundle"
}
],
"encounter" : {
🔗 "reference" : "Encounter/EncounterFullBundle"
},
"date" : "2024-04-07T11:12:21Z",
"source" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"entry" : [
{
"item" : {
"identifier" : {
"system" : "ehr.platform",
"value" : "bdccf6df-4136-45e8-ba24-5d230f471ca9"
}
}
},
{
"item" : {
"identifier" : {
"system" : "ehr.platform",
"value" : "9f403d53-8d79-4ae0-a5d2-7f4e0e2d4246"
}
}
}
]
}